<!DOCTYPE html>
<html>
<title>编程狮(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
<body>
<div class="w3-container w3-xlarge">
<h1>悬浮文本</h1>
<a href="#" class="w3-hover-text-yellow">悬浮</a>
<p class="w3-hover-text-yellow">悬浮</p>
<div class="w3-panel w3-border w3-black w3-hover-text-yellow">
<p><b>悬浮</b></p>
</div>
<button class="w3-btn w3-border w3-hover-text-yellow">悬浮</button>
</div>
</body>
</html>